home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / atebet4d.lha / InstallATE < prev    next >
Text File  |  1995-08-25  |  874b  |  31 lines

  1. echo "Welcome to the ATE Beta 4D Installer."
  2. echo "If asked to insert PSFonts: just hit CANCEL."
  3. if not exists LIBS:post.library
  4.    cpu check FPU
  5.    if warn
  6.       copy libs/post.library libs:post.library
  7.    else
  8.       copy libs/post.library.2620 libs:post.library
  9.    endif
  10. endif
  11. if not exists PSFonts:
  12.    makedir fonts:PSFonts
  13.    assign PSFonts: fonts:PSFonts
  14.    if exists S:User-Startup
  15.       join S:User-Startup user-startup-append as S:New-Startup
  16.       rename S:User-Startup S:User-Startup.old
  17.       rename S:New-Startup S:User-Startup
  18.    else
  19.       copy user-startup-append S:User-Startup
  20.    endif
  21. endif
  22. copy all PSFonts/#? PSFonts:
  23. if not exists PSFonts:init.ps
  24.    copy init.ps PSFonts:
  25. endif
  26. copy all fonts/#? FONTS:
  27. copy ATEbeta4d#? SYS:WBStartup/
  28. echo "*NATE installation complete.  Start ATE by clicking on the"
  29. echo "icon in WBStartup, or restart your Amiga.*N"
  30.  
  31.